home *** CD-ROM | disk | FTP | other *** search
- 10 rem * disk id checklist *
- 20 input"screen or printer s/p";sp$:d=4:if sp$="s" then d=3
- 30 open 4,d:n$="0":forx=0to9:x$=str$(x):y$=mid$(x$,2,1):print#4,n$y$" ";:next
- 40 for x=10to99:print#4,spc(0)x;:next:printchr$(13):n=65
- 50 forx=0to9:x$=str$(x):y$=mid$(x$,2,1):print#4,tab(1)chr$(n)y$" ";
- 60 ifn=90andx=9thenprint#4:close4:end
- 70 next:n=n+1:goto50
-